home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / misc / libx11inc.lha / X11 / Xm / DialogS.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-13  |  1.4 KB  |  57 lines

  1. /* 
  2.  * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC.
  3.  * ALL RIGHTS RESERVED
  4. */ 
  5. /*   $RCSfile: DialogS.h,v $ $Revision: 1.12 $ $Date: 92/05/14 12:49:14 $ */
  6. /*
  7. *  (c) Copyright 1989, DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. */
  8. /*
  9. *  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  10. /*
  11. *  (c) Copyright 1988 MASSACHUSETTS INSTITUTE OF TECHNOLOGY  */
  12. /*
  13. *  (c) Copyright 1988 MICROSOFT CORPORATION */
  14. #ifndef _XmDialogShell_h
  15. #define _XmDialogShell_h
  16.  
  17. #include <Xm/Xm.h>
  18.  
  19. #ifdef __cplusplus
  20. extern "C" {
  21. #endif
  22.  
  23.  
  24. #ifndef XmIsDialogShell
  25. #define XmIsDialogShell(w)    XtIsSubclass(w, xmDialogShellWidgetClass)
  26. #endif /* XmIsDialogShell */
  27.  
  28. externalref WidgetClass xmDialogShellWidgetClass;
  29.  
  30. typedef struct _XmDialogShellClassRec       * XmDialogShellWidgetClass;
  31. typedef struct _XmDialogShellRec            * XmDialogShellWidget;
  32.  
  33.  
  34. /********    Public Function Declarations    ********/
  35. #ifdef _NO_PROTO
  36.  
  37. extern Widget XmCreateDialogShell() ;
  38.  
  39. #else
  40.  
  41. extern Widget XmCreateDialogShell( 
  42.                         Widget p,
  43.                         char *name,
  44.                         ArgList al,
  45.                         Cardinal ac) ;
  46.  
  47. #endif /* _NO_PROTO */
  48. /********    End Public Function Declarations    ********/
  49.  
  50.  
  51. #ifdef __cplusplus
  52. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  53. #endif
  54.  
  55. #endif /* _XmDialogShell_h */
  56. /* DON'T ADD STUFF AFTER THIS #endif */
  57.